(cat "\n\nInstallation completed.\n\n\nCIM's Official Home Page located at: http://www.netti.fi/~jet/cim/ and http://www.saunalahti.fi/~jet3/cim/ \n")
)
(SET #lecut
(cat "\nOn Low Storage Space situation cut logs to:")
)
(SET #tyok "ibrowse")
(SET _stakki 15000)
(MESSAGE #alku_str)
(IF cim_vernum
(IF (ASKBOOL(
(help "No help for this function")
(prompt #str-alreadyi)
(choices "Cancel" "Proeed")
)
)
(EXIT))
)
(SET CIMdir
(ASKDIR (prompt #where_to_str)
(HELP "No help for this function")
(DEFAULT @default-dest)
)
)
(SET Finddir (TACKON CIMdir "CIM"))
(COMPLETE 5)
(STARTUP "CIM - http://www.netti.fi/~jet/cim/"
(prompt "Modify s:startup-sequece. Some instructions need to be added to the \"s:user-startup\" so that your system will be properly configured to use CIM.")
(help "No help for this function")
(command "ASSIGN CIM: " Finddir)
)
(COMPLETE 7)
(SET _man (ASKBOOL(
(prompt "Install HTML Manual?\n")
(help "No help for this function")
)
)
)
(IF _man
(SET #tyok
(askfile
(prompt "\nChoose a HTML-browser you want to use.")
(help "No help")
(default "SYS:Internet")
)
)
)
(COMPLETE 8)
(set #ok 0)
(set #instchoice 0)
(while (not #ok)
(
(set #instchoice
(askchoice
(prompt #lecut)
(help "This feature is turned off by the default. Enable it from 'Settings/Misc/Storage Watch'")